func text/template.isHexInt

2 uses

	text/template (current package)
		exec.go#L603: 		!isHexInt(constant.Text) && !isRuneInt(constant.Text) &&
		exec.go#L624: func isHexInt(s string) bool {